/*Colors 

	green: #179648


*/
/* Fonts
	
	font-family: 'Quicksand', sans-serif;
	
	
	 */
body {
    font-family: 'Slabo 27px', serif;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
	background:#1a78ec;
}

p {
     font-family: 'Slabo 27px', serif;
    font-size: 18px;
	color:#ffffff;
}

a {
     font-family: 'Slabo 27px', serif;
    text-decoration: none;
}

h1,h3,h4,h5,h6 {
     font-family: 'Slabo 27px', serif;
}

h2 {
    font-size: 40px;
    font-weight:bold;
    text-transform: uppercase;
	color:#fff;
	font-family: 'Dancing Script', cursive;
}

h3{
font-family: 'Alike', serif;	
}

img {
	max-width: 100%;
	
}

.g-recaptcha {
	width: auto;
	display: inline-block;
}

.captcha {
	text-align: center;
}

.row {
	margin: 0;
	
}

/*Header*/
.message {
	color: #000;
	text-align: center;
	padding: 1em;
	font-size: 1.5em;
	position: relative;
	top: 4.5em;
	background-color: rgba(255, 255, 255, 0.5)
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
    font-family: 'Alike', serif;
    font-weight: 700;
    font-size: 16px;
	color:#127027;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #179648;
}

.navbar-brand img,.footer_logo img {
    max-width:254px;
}

header {
  xbackground: url('http://imacorice.com/images/rice.jpg');
  xbackground-size:cover;
   xbackground-position: center center ;
height:130px;	

}


.headernav {
    padding-top: 30px;
}

.section_overlay {
    background: #fff;
}

.home_text {
    padding-top: 350px;
   padding-bottom: 210px;
}

.home_text h2 {
    color: #010101;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 13px;
}

.home_text p {
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
}

.scroll_down {
    padding-bottom: 50px;
}

.scroll_down h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Slabo 27px', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar {
    min-height: 100px;
}

/* Page */

#HOME, #ABOUT {
    padding: 0em 0;
}

#KeyServices, #Products {
    padding: 0em 0;
}

#Products, #CONTACT {
    padding: 0em 0;
}

.aboutinf {
    padding-top: 0px;
}

.aboutus li {
    list-style-type: none;
}

.aboutus ul li img {
    display: inline-block;
    margin-right: 20px;
    max-width: 50px;
}

.fact {
    padding-bottom: 20px;
}

.fun_facts .section_overlay {
    background: rgba(71,71,71,.8);
    padding-bottom: 30px;
}

.single_count {
    padding-top: 120px;
}

.single_count i {
    color: #179648;
    font-size: 24px;
}

.single_count h3 {
    font-family: 'Slabo 27px', serif;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.single_count p {
    font-family: 'Slabo 27px', serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.single_count p:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    left: 0;
    bottom: -4px;
    background: #ef4251;
}

.imac {
    position: relative;
    margin-top: -40px;
}

.imac img {
    width: 100%;
}

.single_image {
    margin-right: 3px;
    position: relative;
    transition: all 1s;
}

.single_image img {
    width: 100%;
}

.single_image:hover div.image_overlay {
    opacity: 1;
}

.image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #85c226 ;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
}

.image_overlay a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.image_overlay h2 {
    position: absolute;
    bottom: 28px;
    left: 20px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.image_overlay h4 {
    position: absolute;
    bottom: 11px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}

.work_title h1,.contact_title h1 {
    font-size: 25px;
    color: #3d3d3d;
    letter-spacing: 5px;
    padding-top: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_title h1 {
	padding-top: 0;
}

.work_title img,.contact_title img {
    margin-bottom: 30px;
}

.work_title p,.contact_title p {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}

.last_padding {
    padding-right: 0;
}

.pad_top {
    padding-top: 2px;
}

.left h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.left p {
    margin-bottom: 60px;
    font-size: 14px;
    color: #000;
}

.baton {
    margin-top: 65px;
}

.cs-btn,.cs-btn:active,.cs-btn:visited,.cs-btn:focus {
    color: #fff;
    background-color: #000;
    border-radius: 0;
    outline: none;
    padding: 10px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 1s;
}

.cs-btn:hover {
    background: #179648;
    border-color: #179648;
}

/*Contact*/
.single_contact_info {
    padding-bottom: 21px;
}

.single_contact_info h2 {
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.single_contact_info p {
    font-size: 15px;
    color: #3d3d3d;
}

.contact-form {
    background-color: #f1f1f1;
    padding: 30px;
}

.contact-form .form-control {
    height: 43px;
    border-radius: 0;
    margin-bottom: 20px;
    border: 0 solid #fff;
	color:#948686;
}

.contact-form #message {
    height: 297px;
}

.form_submit {
    width: 100%;
    background: #179648;
    border-radius: 0;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 10px;
    transition: all 1s;
}

.work-with {
    padding-bottom: 60px;
    padding-top: 10px;
}

.work-with h3 {
    font-size: 24px;
    color: #636363;
    text-transform: uppercase;
}

/*Footer*/
.picture {
    height: 300px;
    background-image: url(http://imacorice.com/images/map.jpg);
    background-attachment: fixed;
    margin-bottom: 70px;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0 0 0em #111;
}

footer {
    background-color: #1a78ec;
    padding-top: 50px;
    padding-bottom: 50px;
}

.copyright_text {
    padding-top: 50px;
}

.copyright_text p {
    color: #636363;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0;
}

.copyright_text a {
    color: #179648;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}


/*Responsive*/
@media all and (max-width: 1024px) {
	.picture {
		background-attachment: scroll;
	}
}
@media all and (max-width: 991px) {
	.single_image {
		margin-right: 0;
		margin-bottom: 1em;
		padding: 0 1em;
	}
	.image_overlay {
		display: none;
	}
	.fact {
		text-align: center;
	}
	.fact .col-md-3 img {
		display: inline-block;
		padding-bottom: 1em;
	}
	.single_contact_info {
		float: left;
		width: 33.333%;
		text-align: center;
	}
	.single_contact_info.last {
		width: 100%;
	}
	#CONTACT {
		padding-bottom: 0;
	}
	.home_text img {
		padding: 0 2em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.nav > li {
		text-align: right;
	}
	.navbar-brand {
		height: auto;
	}
	.contact-form {
		padding: 2em 0;
	}
}
@media all and (max-width:767px) {
	.headernav {
		padding: 0;
		margin-top: 0;
		border-top: 1px solid #ddd;
		background-color: #ccc;
		margin-bottom: 0;
	}
}
@media all and (max-width: 480px) {
	.single_contact_info {
		width: 100%;
	}
	.g-recaptcha {
		transform: scale(0.89);
		transform-origin: left top;
	}
	.home_text {
		padding: 12em 1em;
	}
	.message {
		padding: 0.5em;
	}
}
@media all and (max-width: 380px) {
	.g-recaptcha {
		transform: scale(0.75);
		transform-origin: left top;
	}
}
<!--.c
{
height:111px;
width:200px;
border:1px solid none;
float:left;

}
.c1
{
	height:111px;
	width:735px;
	border:1px solid none;
	float:right;
}
.d
{
height:111px;
width:200px;
border:1px solid none;
float:left;

}
.d1
{
	height:111px;
	width:735px;
	border:1px solid none;
	float:right;
}-->
.address
{
	background-color:#1a78ec;
	height:247;
	width:500;
	border-bottom:1px solid #fff;
	color:#F7F2F2;
	
}
.div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

.div.img:hover {
    border: 1px solid #777;
}

.div.img img {
    width: 100%;
    height: auto;
}

.div.desc {
    padding: 15px;
    text-align: center;
}
.home_t
{
height:200px;
width:400px;
border:1px solid #000000;
}


.section_overlay nav{
	background:#fff;
}

.form-text{color:#000000b8;}

.footer_h4{font-size:25px;}
.footer_h3{font-size:45px;}
.logo_txt{color:#006600 !important;
font-family: 'Cabin Sketch', cursive;
z-index: 13;
    white-space: nowrap;
    font-size: 46px;
    line-height: 127px;
    font-weight: 700;
    color: rgb(245, 239, 228);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}